Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: configurable batch size #458

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

brianmcgee
Copy link
Member

@brianmcgee brianmcgee commented Oct 17, 2024

No description provided.

Busts the path cache if any of the following occurs:

* global excludes changes
* formatter added / removed
* formatter command changes, including checking the modtime and size of the executable it points to
* formatter includes/excludes changes
* formatter priority changes

Change detection is based on a sha256 hash of the above, which is stored in the db and compared before formatting.

Closes #455

Signed-off-by: Brian McGee <[email protected]>
Signed-off-by: Brian McGee <[email protected]>
@brianmcgee brianmcgee changed the title feat/configurable batch size feat: configurable batch size Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant